FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.7.16  |  FHIR Version n/a  User: [n/a]

Resource OperationDefinition/FHIR Server from package ee.fhir.mpi#1.2.2 (63 ms)

Package ee.fhir.mpi
Type OperationDefinition
Id Id
FHIR Version R5
Source https://fhir.ee/mpi/https://fhir.ee/packages/mpi/1.2.2/site/OperationDefinition-patient-power-of-attorney.html
Url https://fhir.ee/mpi/OperationDefinition/patient-power-of-attorney
Version 1.2.2
Status active
Date 2025-04-17T11:19:20+00:00
Name EEMPIPatientPowerOfAttorneyStatus
Title Patient power of attorneys
Experimental False
Realm ee
Description The list of power of attorneys in the Population Register. Data returned only for a minor. When an adult is given in patient parameter, then only patient's children and dependents under age of 18 are returned.
Type true
Kind operation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found



Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition patient-power-of-attorney

URL: [base]/Patient/$power-of-attorney

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INpatient1..1Reference (Patient)

A direct resource reference to the patient resource.

INguardian-only0..1boolean

Whether operation should return only guardians: mother, father or legal guardian. By default false. Supported only for minors (under age of 18).

INnocache0..1boolean

Specifies when the operation should ignore the value stored in the cache and should re-request data from the source. By default false.

OUTreturn1..1Bundle

Returns Bundle (with type 'collection') with Observation instances.


Source

{
  "resourceType" : "OperationDefinition",
  "id" : "patient-power-of-attorney",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition patient-power-of-attorney</b></p><a name=\"patient-power-of-attorney\"> </a><a name=\"hcpatient-power-of-attorney\"> </a><a name=\"patient-power-of-attorney-en-US\"> </a><p>URL: [base]/Patient/$power-of-attorney</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>patient</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/references.html#Reference\">Reference</a> (<a href=\"http://hl7.org/fhir/R5/patient.html\" title=\"http://hl7.org/fhir/StructureDefinition/Patient\">Patient</a>)</td><td/><td><div><p>A direct resource reference to the patient resource.</p>\n</div></td></tr><tr><td>IN</td><td>guardian-only</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#boolean\">boolean</a></td><td/><td><div><p>Whether operation should return only guardians: mother, father or legal guardian. By default <em>false</em>. Supported only for minors (under age of 18).</p>\n</div></td></tr><tr><td>IN</td><td>nocache</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#boolean\">boolean</a></td><td/><td><div><p>Specifies when the operation should ignore the value stored in the cache and should re-request data from the source. By default <em>false</em>.</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/bundle.html\">Bundle</a></td><td/><td><div><p>Returns Bundle (with type 'collection') with Observation instances.</p>\n</div></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    }
  ],
  "url" : "https://fhir.ee/mpi/OperationDefinition/patient-power-of-attorney",
  "version" : "1.2.2",
  "name" : "EEMPIPatientPowerOfAttorneyStatus",
  "title" : "Patient power of attorneys",
  "status" : "active",
  "kind" : "operation",
  "experimental" : false,
  "date" : "2025-04-17T11:19:20+00:00",
  "publisher" : "TEHIK",
  "contact" : [
    {
      "name" : "TEHIK",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://tehik.ee"
        }
      ]
    }
  ],
  "description" : "The list of power of attorneys in the Population Register. Data returned only for a minor. When an adult is given in patient parameter, then only patient's children and dependents under age of 18 are returned.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "EE",
          "display" : "Estonia"
        }
      ]
    }
  ],
  "affectsState" : false,
  "code" : "power-of-attorney",
  "resource" : [
    "Patient"
  ],
  "system" : false,
  "type" : true,
  "instance" : false,
  "parameter" : [
    {
      "name" : "patient",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "A direct resource reference to the patient resource.",
      "type" : "Reference",
      "targetProfile" : [
        "http://hl7.org/fhir/StructureDefinition/Patient"
      ]
    },
    {
      "name" : "guardian-only",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Whether operation should return only guardians: mother, father or legal guardian. By default *false*. Supported only for minors (under age of 18).",
      "type" : "boolean"
    },
    {
      "name" : "nocache",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Specifies when the operation should ignore the value stored in the cache and should re-request data from the source. By default *false*.",
      "type" : "boolean"
    },
    {
      "name" : "return",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "Returns Bundle (with type 'collection') with Observation instances.",
      "type" : "Bundle"
    }
  ]
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.